home *** CD-ROM | disk | FTP | other *** search
- object frmErrorMsgs: TfrmErrorMsgs
- Left = 87
- Top = 151
- BorderStyle = bsDialog
- Caption = 'Error Messages'
- ClientHeight = 249
- ClientWidth = 645
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = True
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object ListView1: TListView
- Left = 0
- Top = 0
- Width = 645
- Height = 249
- Align = alClient
- Columns = <
- item
- Caption = 'Classname'
- Width = 80
- end
- item
- Caption = 'Archive'
- Width = 100
- end
- item
- Caption = 'Filename'
- Width = 100
- end
- item
- Caption = 'Error No.'
- Width = 60
- end
- item
- Caption = 'Error Message'
- Width = 150
- end
- item
- Caption = 'Extended Message'
- Width = 150
- end>
- ReadOnly = True
- TabOrder = 0
- ViewStyle = vsReport
- end
- object FormCenter1: TFormCenter
- Center = True
- Left = 8
- Top = 24
- end
- end
-